/* --------------------------------------------- */
/* FONT IMPORTS                                  */
/* --------------------------------------------- */
@font-face {
  font-family: 'Grotesk';
  src: url('./Grotesk/HostGrotesk-Bold-BF65bb091c5ba6f.otf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Grotesk';
  src: url('./Grotesk/HostGrotesk-Medium-BF65bb091d2b74a.otf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Grotesk';
  src: url('./Grotesk/HostGrotesk-Regular-BF65bb091d50206.otf') format('truetype');
  font-weight: 400;
}

@font-face {
  font-family: 'Suisse';
  src: url('./Suisse/Suisse_Intl_Bold.ttf') format('truetype');
  font-weight: 700;
}

@font-face {
  font-family: 'Suisse';
  src: url('./Suisse/Suisse_Intl_Medium.ttf') format('truetype');
  font-weight: 500;
}

@font-face {
  font-family: 'Suisse';
  src: url('./Suisse/Suisse_Intl_Regular.ttf') format('truetype');
  font-weight: 400;
}

/* --------------------------------------------- */
/* RESET                                         */
/* --------------------------------------------- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --------------------------------------------- */
/* GLOBAL PAGE STYLING                           */
/* --------------------------------------------- */

body {
  background-color: #0E0E0E;
  font-family: 'Suisse', sans-serif;
  color: #E5E5E5;
  line-height: 1.65;
  overflow-x: hidden;
}

/* Utility container */
.container {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}

/* --------------------------------------------- */
/* HEADER                                         */
/* --------------------------------------------- */

.cw-header {
  background: #000;
  padding: 24px 0;
  border-bottom: 1px solid #1A1A1A;
}

.logo {
  color: #fff;
  font-family: 'Grotesk', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* --------------------------------------------- */
/* MAIN CONTENT                                   */
/* --------------------------------------------- */

.privacy-container {
  width: 90%;
  max-width: 900px;
  margin: 70px auto;
}

.privacy-header h2 {
  font-family: 'Grotesk', sans-serif;
  font-size: 2.4rem;
  margin-bottom: 8px;
  font-weight: 700;
  color: #FFFFFF;
}

.updated-text {
  color: #9A9A9A;
  font-size: 0.95rem;
  margin-bottom: 45px;
  font-family: 'Suisse', sans-serif;
}

/* Sections */
.policy-section {
  margin-bottom: 45px;
}

.policy-section h3 {
  font-family: 'Grotesk', sans-serif;
  font-size: 1.35rem;
  margin-bottom: 12px;
  font-weight: 600;
  color: #FFFFFF;
}

.policy-section p,
.policy-section li {
  font-family: 'Suisse', sans-serif;
  font-size: 1rem;
  color: #C9C9C9;
}

.policy-section ul {
  padding-left: 22px;
  margin-top: 12px;
}

strong {
  color: #FFFFFF;
  font-weight: 600;
}

/* --------------------------------------------- */
/* FOOTER                                         */
/* --------------------------------------------- */

.cw-footer {
  background: #000;
  text-align: center;
  padding: 28px 0;
  margin-top: 60px;
  border-top: 1px solid #1A1A1A;
}

.cw-footer p {
  color: #DADADA;
  font-family: 'Suisse', sans-serif;
  font-size: 0.95rem;
}
